home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / NEXT31.ARJ / NEXT3.I31 < prev    next >
Text File  |  1992-06-15  |  1KB  |  40 lines

  1. ;            INITIALIZATION FILE FOR NeXT APPLICATION BAR
  2.  
  3. [APPLICATIONS]     
  4. ; you have to specify the full path name for all applications and icon files
  5. ; format of entries is:  
  6. ;    entry number=application file ; [icon file] ; [icon number]
  7.  
  8. 1=c:\windows\notepad.exe;;
  9. 2=c:\windows\winfile.exe;;
  10. 3=c:\windows\pbrush.exe;;
  11. 4=c:\windows\write.exe;;
  12. 5=c:\windows\progman.exe;;
  13. 6=c:\windows\setup.exe;;
  14. 7=c:\windows\control.exe;;
  15. 8=c:\windows\clipbrd.exe;;
  16. 9=c:\windows\terminal.exe;;
  17. 10=c:\windows\printman.exe;;
  18. 11=c:\windows\soundrec.exe;;
  19. 12=c:\command.com;c:\windows\moricons.dll;1
  20.  
  21. [settings]
  22. ; 1 for Left, 0 for Right
  23. position=0
  24.  
  25. ; 1-enable, 0-disable
  26. clock=1
  27. eyes=1
  28. ActiveWindow=1
  29. OnTop=1
  30.  
  31. ; 0 -disable, otherwise in seconds to blank screen
  32. sleep=1800
  33.  
  34. ;full pathname of NEXT.EXE - needed for Restart Feature to function properly
  35. NeXTPath=c:\windows\next\next.exe
  36.  
  37. ; TopOfBar & offset is used for saving last bar position. Do not change them.
  38. TopOfBar=0
  39. offset=0
  40.